home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / fpc225_3.zip / F-PCHELP.ZIP / DBGFIX.HLP < prev    next >
Text File  |  1988-07-07  |  948b  |  21 lines

  1. \ DBGFIX.HLP    make INLINE NEXT kernel debugable.      by Tom Zimmer
  2.  
  3. DEBUGABLE       ( --- )
  4.  
  5.           This handy little utility allows me to build the F-PC kernel
  6.         with INLINE NEXT, for performance, and at will convert the
  7.         kernel back to JMP NEXT for use when DEBUGging. It is a one way
  8.         street however so once the conversion is made, the system stays
  9.         debugable until you restart F-PC.  The word DEBUGABLE is called
  10.         by the debugger, to switch the kernel to a debugable form, just
  11.         as you start the debug process. On an XT class machine this may
  12.         take as much as a second, but is only done once the first time
  13.                 you use the debugger.
  14.  
  15.           This utility works by patching each occurance of the unique
  16.         sequence "26 AD FF E0" to JMP NEXT.
  17.  
  18.           You do not normally need to call this word, it is called
  19.         automatically by the debugger.
  20.  
  21.